home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / w95apps / wsdemo1g / url.ht_ / url.ht
Encoding:
Text File  |  1995-04-25  |  900 b   |  32 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4. <TITLE>Uniform Resource Locator</TITLE>
  5. </HEAD>
  6.  
  7. <BODY>
  8. <A NAME="TOP"></A>
  9. <H1>Uniform Resource Locator (URL)</H1>
  10.  
  11. A URL (or uniform resource locator) is the address of a file on the
  12. Internet. It usually takes this form:
  13.  
  14. <P><I>protocol://machine.name[:port]/directory/file.name</I>
  15.  
  16. <P>The <I>protocol</I> is the Internet protocol used to transmit the
  17. file. When accessing a WWW server, the protocol is typically
  18. <I>http</I>, but other protocols are supported (ftp, gopher, news, and
  19. file). The <I>machine name</I> is the domain name of the server where
  20. the file is stored (such as www.company.com). The <I>:port</I> part of
  21. the address is only required when a non-standard TCP port number is
  22. used.
  23.  
  24. <P><A HREF="http://www.ncsa.uiuc.edu/demoweb/url-primer.html">More about URLs</A>
  25.  
  26. <HR>
  27. <A HREF = "topics.htm">Help Contents</A> | <A HREF="index.htm#TOP">Index</A>
  28.  
  29. </BODY>
  30.  
  31. </HTML>
  32.